home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 91.10.02.18.50.03; author kupfer; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 91.06.03.21.40.09; author kupfer; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.01.03.17.08.23; author kupfer; state Exp;
- branches ;
- next ;
-
-
- desc
- @Declarations for libc functions that don't already have a header file
- assigned to them.
- @
-
-
- 1.3
- log
- @Move sleep() to unistd.h.
- @
- text
- @/*
- * libc.h --
- *
- * Declarations for libc functions that don't already have a
- * header file assigned to them.
- *
- * Copyright 1990 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/src/lib/include/RCS/libc.h,v 1.2 91/06/03 21:40:09 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
- */
-
- #ifndef _LIBC
- #define _LIBC
-
- #include <cfuncproto.h>
-
- _EXTERN int Misc_InvokeEditor _ARGS_((char *file));
- _EXTERN int alarm _ARGS_ ((unsigned seconds));
- _EXTERN int gethostname _ARGS_ ((char *name, int namelen));
- _EXTERN int sethostname _ARGS_ ((char *name, int namelen));
-
- #endif /* _LIBC */
- @
-
-
- 1.2
- log
- @Add Misc_InvokeEditor.
- @
- text
- @d16 1
- a16 1
- * $Header: /sprite/src/lib/include/RCS/libc.h,v 1.1 91/01/03 17:08:23 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
- a27 1
- _EXTERN int sleep _ARGS_ ((unsigned seconds));
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d16 1
- a16 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.5 90/01/12 12:03:25 douglis Exp $ SPRITE (Berkeley)
- d24 1
- @
-